home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr18 / chessclk.zip / OSCR.HPP < prev    next >
Text File  |  1994-11-05  |  1KB  |  48 lines

  1. // Header file
  2. // M\Cooper, 3425 Chestnut Ridge Rd., Grantsville, MD 21536-9801
  3.  
  4. #define TOPX 320
  5. #define TOPY 50
  6. #define HEADLINE_SIZE 9
  7. #define BY_LINE_X 319
  8. #define BY_LINE_Y 320
  9. #define BY_LINE_SIZE 1
  10. #define NAME_LINE_X 316
  11. #define NAME_LINE_Y (BY_LINE_Y + 34)
  12. #define NAME_LINE_SIZE 4
  13. #define ENDLINE_X 316
  14. #define ENDLINE_Y (NAME_LINE_Y + 100)
  15. #define ENDLINE_SIZE 1
  16. #define DELAY 2
  17. #define BAR_LEFT 150
  18. #define BAR_TOP  180
  19. #define BAR_RIGHT  460
  20. #define BAR_BOTTOM 280
  21. #define BAR_DEPTH  50
  22. #define BAR_TOPFLAG 1
  23. #define BAR_PATTERN SOLID_FILL
  24. #define BAR_COLOR BROWN
  25. #define PIE_PATTERN SOLID_FILL
  26. #define PIE_COLOR YELLOW
  27. #define PIE_Y 230
  28. #define PIE_RADIUS 40
  29. #define PIE_STARTANGLE 0
  30. #define PIE_ENDANGLE 360
  31. #define PIE1_X 230
  32. #define PIE2_X 380
  33. #define LINE1_X 230
  34. #define LINE2_X 380
  35. #define LINE_Y1 230
  36. #define LINE_Y2 200
  37. #define LINE2_Y2 260
  38. #define CIRC_RAD 2
  39. #define B_BOTTOM 165
  40. #define B1_TOP 161
  41. #define B1_LEFT 220
  42. #define B1_RIGHT 240
  43. #define B2_TOP 164
  44. #define B2_LEFT 370
  45. #define B2_RIGHT 390
  46.  
  47. void opening_screen();
  48.